home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / grafik / cgazv5n3 / readme.1st < prev    next >
Encoding:
Text File  |  1991-05-08  |  1.7 KB  |  64 lines

  1. The attached files are the source code and related
  2. listings that appear in C Gazette, Vol. 5, No. 3.
  3. (Spring 1991).
  4.  
  5. Unless otherwise marked all files are copyrighted
  6. by C Gazette. They may be used freely in executable
  7. form. The source may only be used as part of a
  8. larger program if the authorship and publication are
  9. explicitly acknowledged in the source code.
  10.  
  11. It is our hope that users who support the idea
  12. of a code-intensive publication which makes its code
  13. freely available on BBS's and inexpensively available
  14. on disk will respect these copyrights.
  15.  
  16. Other than that, have at 'em!
  17.  
  18. Comments, queries, and request for subscription information
  19. should be directed to:
  20.  
  21. C Gazette
  22. P.O. Box 70167
  23. Eugene OR 97401-0110
  24.  
  25. (800) 234-0386
  26. (503) 746-0071 (FAX)
  27.  
  28. ================= File Index =====================
  29. PALETTE.H       | Marv Luse demonstration of how to access
  30. PALETTE.C       | and modify EGA/VGA palettes.
  31. PALDEMO.C       |
  32. PALDEMO.PAL     |
  33.  
  34. LEX.H           | Allen Holub's code on Lex with several
  35. LEX.C           | implementations of top-down parsers.
  36. NEWLEX.C        |
  37. TOPDOWN.C       |
  38. TOPDOWN2.C      |
  39. TOPDOWN3.C      |
  40.  
  41. ARRAY.H         | Bruce Eckel's code on dynamic memory 
  42. ARRAY.C         | allocation under C++.
  43. ARRAY.HPP       |
  44. ARRAY.CPP       |
  45. ARRTEST.CPP     |
  46. NEW.CPP         |
  47. OBJECT.HPP      |
  48. OBJARRAY.CPP    |
  49. TESTARRY.C      |
  50.  
  51. DYNARRAY.HPP    | Tom Provenzano's code to dynamically 
  52. DYNARRAY.CPP    | resize hash tables in C++.
  53. DYNHASH.HPP     |
  54. DYNHASH.CPP     |
  55. DYNHASH.MKE     |
  56. MAIN1.CPP       |
  57.  
  58. APPS.C          | Thomas Siering's extensive code on 
  59. OT.C            | analyzing and dumping .obj records.
  60. OX.H            |
  61. OX.C            |
  62. SVC.C           |
  63.  
  64. 155,151 bytes of code.